Version

SubObjectsDictionaryBase<TKey,TValue> Class Members

The following tables list the members exposed by SubObjectsDictionaryBase<TKey,TValue>.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyCountReturns the number of items in the dictionary  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsFixedSizeGets a value indicating whether the dictionary object has a fixed size.  
Public PropertyIsReadOnlyGets a value indicating whether the dictionary object is read-only.  
Public PropertyIsSynchronizedGets a value indicating whether access to the dictionary is synchronized (thread-safe).  
Public PropertyItemGets or sets the value associated with the specified key.  
Public PropertyKeysGets a collection object containing the keys of the dictionary object.  
Public PropertySyncRootGets an object that can be used to synchronize access to the dictionary.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyValuesGets a collection object containing the values in the dictionary object.  
Protected Properties
 NameDescription
Protected PropertyDictionaryThe dictionary that contains the item references  
Protected PropertyInitialCapacityAbstract property that specifies the initial capacity of the collection  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodContainsKeyDetermines whether the dictionary contains the specified key.  
Public MethodContainsValueDetermines whether the dictionary contains the specified value.  
Public MethodCopyToCopies the dictionary into an an array of KeyValuePair objects.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetValueGets the value associated with the specified key.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodTryGetValueGets the value associated with the specified key.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDisposeValuesCalls dispose on each Value in the Dictionary.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInternalAddAdds an item to the dictionary.  
Protected MethodInternalRemoveRemoves the item with the specified key from teh dictionary.  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also